To identify the domain naming master
Using the Windows interface
- Open Active Directory Domains and Trusts.
- Right-click Active Directory Domains and Trusts, and then click Operations Master.
- Under Domain naming operations master, view the current domain naming operations master.
Notes
- XOX
- XOX
- Every forest has only one . To identify the domain naming master in a different forest, target the appropriate forest before clicking Operations Master.
Using a command line
- Open Command Prompt.
- Type:
dsquery server -hasfsmo name
Value |
Description |
-hasfsmo |
Finds the domain controller (server object) that currently holds the requested role.
|
name |
Requests the domain naming master of the forest. |
Notes
Related Topics